home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
-
- #define NUMCOLORS 256 // Number of colors in map. Do NOT change it!!!
-
-
- @interface ColorMap:Object
- {
- struct {
- unsigned char red;
- unsigned char green;
- unsigned char blue;
- } colormap[NUMCOLORS];
- }
-
- - init;
- - initFromFile:(const char *)name;
- - colorFor:(int)ref :(int *)r :(int *)g :(int *)b;
-
- @end
-